type text/template.variable

5 uses

	text/template (current package)
		exec.go#L38: 	vars  []variable // push-down stack of variable values.
		exec.go#L43: type variable struct {
		exec.go#L50: 	s.vars = append(s.vars, variable{name, value})
		exec.go#L213: 		vars: []variable{{"$", value}},
		exec.go#L438: 	newState.vars = []variable{{"$", dot}}